Grasshopper

Undocumented in source.

Constructors

this
this(MainGameObject root, float[3] coords, string grasshopper_solid, string grasshopper_solid1, LiveGameObject the_hero)
Undocumented in source.

Members

Functions

change_solid
void change_solid(bool i)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
kill
void kill()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
spray
void spray()
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

G
enum G;
Undocumented in source.
JUMP_V
enum JUMP_V;
Undocumented in source.
MAX_V
enum MAX_V;
Undocumented in source.
SPEED
enum SPEED;
Undocumented in source.

Static variables

num
int num;
Undocumented in source.

Variables

bottom_sensor_dx
float bottom_sensor_dx;
Undocumented in source.
bottom_sensor_dy
float bottom_sensor_dy;
Undocumented in source.
def_x
float def_x;
def_y
float def_y;
def_z
float def_z;
Undocumented in source.
dir
int dir;
Undocumented in source.
dx
float dx;
dy
float dy;
Undocumented in source.
end_jump_frame
long end_jump_frame;
Undocumented in source.
frame
long frame;
Undocumented in source.
grasshopper_solid
string grasshopper_solid;
grasshopper_solid1
string grasshopper_solid1;
Undocumented in source.
jump_sensor_dx
float jump_sensor_dx;
Undocumented in source.
jump_sensor_dy
float jump_sensor_dy;
Undocumented in source.
killed
bool killed;
Undocumented in source.
number
int number;
Undocumented in source.
side_sensor_dx
float side_sensor_dx;
Undocumented in source.
side_sensor_y
float[2] side_sensor_y;
Undocumented in source.
solid
bool solid;
Undocumented in source.
sprayed
bool sprayed;
Undocumented in source.
start_jump_frame
long start_jump_frame;
Undocumented in source.
stopped_frame
long stopped_frame;
Undocumented in source.
the_hero
LiveGameObject the_hero;
Undocumented in source.

Inherited Members

From StaticGameObject

x
float x;
y
float y;
z
float z;
Undocumented in source.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta